Summary

Displays the a separate, configurable toolbar for the Webitor component. The component detects all Webitor components on the page and act as a toolbar for them all.

Component properties
Category AS Miscellaneous
Version 1.0
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages Unspecified or not applicable
Output content type Unspecified or not applicable

When placed on a page the Webitor toolbar might look like the sample below.

The webitor toolbar
The webitor toolbar

When to use

This component is typically used when there are more than one Webitor component on a page and there is a need to use one toolbar for all of them.

Programming interface

Parameters

Width
The height (in pixels) of the toolbar
Height
The width (in pixels) of the toolbar
Standard
Display the standard buttons collection
Format
Display the format buttons
Alignment
Display the alignment buttons
BulletsNumbering
Display bullets and numbering buttons
Link
Display the link button
Templates
Display the templates button
Image
Display the image button
Table
Display a button that enables the user to insert a table.
Style
Display the style button
FontAndSize
Display font and size controls
Heading
Display the heading control
Object
Display a button that enbles the user to insert an object.
File
Display a button that enables the user to insert a file a and attachment. Requires a category.
CustomButtonIcon
A URL for an icon to use with a custom button, can also be comma delimited list of url:s to user more than one image.
CustomButtonFunctionName
A name of java script function to execute for a custom button, can also be a comma delimited list of names for more than one button.
CustomButtonTooltip
A tooltip text for a custom button, can also be a comma delimited list of names for more than one button tooltip. 
CustomBrowseFunction
A name of javascript function to execute instead of standard browse dialog. The custom function should have one argument. The passed value will be an array consisting of unit id, category id, document id(multidimensional), document name(multidimensional) and document url(multidimensional). The function should also return the same type of array.
BreakeAfterNumOfButtons
This value indicates after how many controls the toolbar should make a brake in line of buttons and controls int the toolbar. Use zero (0) if no braking is desired.
Classes
Optional, a comma separated list of CSS class names to use to format custom buttons.
BgColor
A color that will be used as background color of the toolbar

Remarks